home *** CD-ROM | disk | FTP | other *** search
- #include "colors.inc"
- #include "textures.inc"
- #include "shapes.inc"
- max_trace_level 5
-
- camera {
- location <0 5 -15.0>
- direction <0.0 0.0 1.0>
- up <0.0 1.0 0.0>
- right <1.33333 0.0 0.0>
- look_at <0 -1 0>
- }
-
- // Light source
- object { light_source { <10 20 -20> color White }}
-
- /* Texture declarations for object 'F117' */
- #declare F117_C1 = texture {
- ambient 0.15
- diffuse 0.7
- phong 0.25
- phong_size 20.0
- color White
- }
-
- composite { /* All Objects */
- #include "F117.inc"
- rotate <-90 90 0>
-
- /*
- Scene extents
- X - Min: -7.9300 Max: 4.3400
- Y - Min: -5.7000 Max: 8.1700
- Z - Min: -2.1500 Max: 0.6600
- */
- }
-
-